module Base
{

	template vehicle ZRAP_RooftrackTemplate
	{
		
part ZRAP_RooftrackPart
{
	model Default
	{
		file = ZRAP_Rooftrack,
	}

       	area = RoofRack,
        category = bodywork,
        itemType = Base.ZRAP_RoofRack,
        mechanicRequireKey = true,
	specificItem = false,

        container
	{
		ConditionAffectsCapacity = false,
		test = Vehicles.ContainerAccess.TruckBedOpen,
	}

	table install
	{
		time = 50,
		test = Vehicles.InstallTest.Default,
	}

	table uninstall
        {
		time = 50,
		test = Vehicles.UninstallTest.Default,	
	}
            
}
}
}